home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / cli / system2.arc / WHERE.XSL < prev   
Encoding:
Text File  |  1985-11-20  |  158 b   |  12 lines

  1. *
  2. * Say if inputting from ST or terminal
  3. *
  4.  
  5. if equal stdin "CON:"
  6.   echo "Working from ST"
  7.   echo
  8. else
  9.   echo "Working from terminal"
  10.   echo
  11. endif
  12.